home *** CD-ROM | disk | FTP | other *** search
- global stock, tableau, cardspicked, points, spritish, reserve, lastresort, win
-
- on prepareFrame me
- stock = new(script("stock object"), createdeck())
- tableau = [:]
- cardspicked = []
- reserve = []
- spritish = [:]
- lastresort = [:]
- win = "no"
- points = 0
- startTimer()
- end
-